Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| appIds |
The application identifiers. |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of conditions.
Collection of Nano.Condition| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| ordered |
Gets or sets the ordered. |
date |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the condition identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"description": "sample String 1",
"ordered": "2025-11-09T06:01:52.3112201Z",
"type": "sample String 2",
"app": "3",
"id": "4"
},
{
"description": "sample String 1",
"ordered": "2025-11-09T06:01:52.3112201Z",
"type": "sample String 2",
"app": "3",
"id": "4"
}
]
text/html
Sample:
[{"description":"sample String 1","ordered":"2025-11-09T06:01:52.3112201Z","type":"sample String 2","app":"3","id":"4"},{"description":"sample String 1","ordered":"2025-11-09T06:01:52.3112201Z","type":"sample String 2","app":"3","id":"4"}]
application/xml, text/xml
Sample:
<ArrayOfCondition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Condition>
<Description>sample String 1</Description>
<Ordered>2025-11-09T06:01:52.3112201Z</Ordered>
<Type>sample String 2</Type>
<AppId>3</AppId>
<ConditionId>4</ConditionId>
</Condition>
<Condition>
<Description>sample String 1</Description>
<Ordered>2025-11-09T06:01:52.3112201Z</Ordered>
<Type>sample String 2</Type>
<AppId>3</AppId>
<ConditionId>4</ConditionId>
</Condition>
</ArrayOfCondition>
application/vnd.api+json
Sample:
Sample not available.